Fix a typo in the docs. (#169729, Morten Welinder)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Mar 2005 17:41:31 +0000 (17:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Mar 2005 17:41:31 +0000 (17:41 +0000)
2005-03-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
in the docs.  (#169729, Morten Welinder)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkwidget.c

index d2d70b928c2f91f60201cf1432286a190c66b3cc..44c36c490b97bbb2a18bb4956ac07612ca297447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
+       in the docs.  (#169729, Morten Welinder)
+
        * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
 
        * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
index d2d70b928c2f91f60201cf1432286a190c66b3cc..44c36c490b97bbb2a18bb4956ac07612ca297447 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
+       in the docs.  (#169729, Morten Welinder)
+
        * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
 
        * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
index d2d70b928c2f91f60201cf1432286a190c66b3cc..44c36c490b97bbb2a18bb4956ac07612ca297447 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
+       in the docs.  (#169729, Morten Welinder)
+
        * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
 
        * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
index 7c5a800fd173f865d0c2f0fea260987ca6ae991a..516c8694832ea7ac054f73987db31d4efe210010 100644 (file)
@@ -7500,7 +7500,7 @@ gtk_widget_list_mnemonic_labels (GtkWidget *widget)
  * this widget. (See gtk_widget_list_mnemonic_labels()). Note the
  * list of mnemonic labels for the widget is cleared when the
  * widget is destroyed, so the caller must make sure to update
- * it's internal state at this point as well, by using a connection
+ * its internal state at this point as well, by using a connection
  * to the ::destroy signal or a weak notifier.
  *
  * Since: 2.4